home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Clean 1.2.4 / MacInterface / fonts.dcl < prev    next >
Encoding:
Modula Definition  |  1996-02-22  |  209 b   |  8 lines  |  [TEXT/3PRM]

  1. definition module fonts;
  2.  
  3. import mac_types;
  4.  
  5. GetFontName :: !Int !{#Char} !Toolbox -> (!{#Char},!Toolbox);
  6. GetFNum        :: !{#Char} !Toolbox -> (!Int,!Toolbox);
  7. RealFont    :: !Int !Int !Toolbox -> (!Bool,!Toolbox);
  8.